source of statistical coupon

FFIB 5 anni fa
parent
commit
a0febd388e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      commands/management/commands/cpon.py

+ 1 - 0
commands/management/commands/cpon.py

@@ -57,6 +57,7 @@ class Command(CompatibilityBaseCommand):
57 57
                         coupon_detail=coupon.coupon_detail,
58 58
                         coupon_value=coupon.coupon_value,
59 59
                         coupon_image=coupon.coupon_image,
60
+                        coupon_from='INTEGRAL_MALL',
60 61
                         active_at=tc.utc_datetime(),
61 62
                         expire_at=tc.utc_datetime(days=365),
62 63
                         coupon_valid_period=coupon.coupon_valid_period,